Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit e65b2306cc1d98eef9bc80ec8aa42ea3b919c4b5


Parents : 329bf6f
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-01-27T10:15:25+01:00

Include signal icon in all cases. Fixes #70.

Changes

1 files changed, 4 insertions(+), 2 deletions(-)


Diff

diff --git a/sbapp/ui/helpers.py b/sbapp/ui/helpers.py
index c3b454cb..5b432788 100644
--- a/sbapp/ui/helpers.py
+++ b/sbapp/ui/helpers.py
@@ -123,10 +123,12 @@ def sig_icon_for_q(q):
return "󰣸"
elif q > 50:
return "󰣶"
- elif q > 30:
+ elif q > 20:
return "󰣴"
- elif q > 10:
+ elif q > 5:
return "󰣾"
+ else:
+ return "󰣽"
persistent_fonts = ["nf", "term"]
nf_mapped = "nf"


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────